UNIX時間 0
1970年 昭和45年
1月1日0時0分
https://en.wikipedia.org/wiki/Unix_time
Unix time is a system for describing a point in time.
It is the number of seconds that have elapsed since 00:00:00 Thursday, 1 January 1970.
Unix 1st Edition では
1971年 昭和46年
1月1日0時0分だったらしい
https://en.wikipedia.org/wiki/Unix_time#History
The first edition Unix Programmer's Manual dated 3 November 1971 defines the Unix time as "the time since 00:00:00, 1 January 1971, measured in sixtieths of a second"
https://gyazo.com/4cf3ea263f22ecb8a16a525e969559bb
via https://www.bell-labs.com/usr/dmr/www/pdfs/man22.pdf
1971年1月1日0時0分だった理由は(仮定)
Early Unix history and evolution
In early 1970 we proposed acquisition of a PDP-11, which had just been introduced by Digital.
Before long, however, funds were obtained through the efforts of L. E. McMahon and an order for a PDP-11 was placed in May.
The processor arrived at the end of the summer, but the PDP-11 was so new a product that no disk was available until December. In the meantime, a rudimentary, core-only version of Unix was written using a cross-assembler on the PDP-7. Most of the time, the machine sat in a corner, enumerating all the closed Knight's tours on a 6×8 chess board—a three-month job.
PDP-7のあと、1970年5月にやっと PDP-11/20 の発注にこぎ着け、その夏の終わりにプロセッサーは届いたものの12月までディスクが届かなかった
ファイルシステムが動き出すのは1971年になってからだったのではないか
ということでファイルシステムは、すでに稼働していた PDP-7 Unix のバージョンから PDP-11/20 に移植される際に書き直されたのだと思われる